AI019
Programming Elixir
Control Flow, Mix Projects, and Professional Tooling
Learning Objectives
- Master pattern matching with case and cond expressions
- Implement robust error handling with the with construct
- Structure and manage complex Elixir applications using Mix
- Ensure code quality and consistency using Credo
- Perform static type analysis with Dialyzer